// GENERATED CODE - DO NOT MODIFY BY HAND

part of 'util.dart';

// **************************************************************************
// ToStringGenerator
// **************************************************************************

extension _$CollectionShareToString on CollectionShare {
  String _$toString() {
    // ignore: unnecessary_string_interpolations
    return "CollectionShare {userId: $userId, username: $username}";
  }
}