build method

  1. @override
_$SessionAuthenticationMethod build()
override

Builds.

The implementation of this method will be generated for you by the built_value generator.

Implementation

@override
_$SessionAuthenticationMethod build() {
  final _$result = _$v ??
      new _$SessionAuthenticationMethod._(
          completedAt: completedAt, method: method);
  replace(_$result);
  return _$result;
}