$$TeacherTableUpdateCompanionBuilder typedef

$$TeacherTableUpdateCompanionBuilder = TeacherCompanion Function({Value<bool> active, Value<DateTime> birthday, Value<String?> countryId, Value<String?> description, Value<String> email, Value<String?> facebook, Value<String> fullName, Value<String> genderId, Value<int> id, Value<String?> imagePath, Value<bool> locked, Value<String?> note, Value<String?> phoneNumber, Value<String?> skype, Value<String> teacherPositionId, Value<int> universityId, Value<String?> youtubeVideoCode})

Implementation

typedef $$TeacherTableUpdateCompanionBuilder =
    TeacherCompanion Function({
      Value<int> id,
      Value<String> fullName,
      Value<DateTime> birthday,
      Value<String> genderId,
      Value<String> teacherPositionId,
      Value<bool> locked,
      Value<bool> active,
      Value<int> universityId,
      Value<String?> countryId,
      Value<String?> youtubeVideoCode,
      Value<String> email,
      Value<String?> skype,
      Value<String?> facebook,
      Value<String?> phoneNumber,
      Value<String?> description,
      Value<String?> note,
      Value<String?> imagePath,
    });