Schema.new Schema<T>( Map<String, Validator> fields, T constructor( Map<String, dynamic> ) ) Implementation Schema(this.fields, this.constructor);